home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / strings.man < prev    next >
Encoding:
Text File  |  1989-04-07  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. STRINGS                   User Commands                   STRINGS
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      strings - find the printable strings in a file
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ssttrriinnggss [ --aaoo ] [ --_n_u_m_b_e_r ] [ file ... ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _S_t_r_i_n_g_s looks for ascii strings in each of the specified
  16.      files, or from the standard input.  A string is any sequence
  17.      of 4 or more printing characters.  Unless the --aa flag is
  18.      given, _s_t_r_i_n_g_s only looks in the initialized data space of
  19.      object files.  If the --oo flag is given, then each string is
  20.      preceded by its decimal offset in the file.  If the --_n_u_m_b_e_r
  21.      flag is given, then _n_u_m_b_e_r is used as the minimum string
  22.      length rather than 4.
  23.  
  24.      _S_t_r_i_n_g_s is useful for identifying random object files and
  25.      many other things.
  26.  
  27. SSEEEE AALLSSOO
  28.      od(1)
  29.  
  30. BBUUGGSS
  31.      The algorithm for identifying strings is extremely primi-
  32.      tive.
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0             December 3, 1986                        1
  64.  
  65.  
  66.  
  67.